SCTimer/PWM (SCT) Match Reload example
===================================================

Example description
------------------------------
LPC5411x SCT Match reload program

Use the match reload registers to change the duty cycle of two PWM
signals and maintain their dead-time intervals using the NORELOAD_L bit
in the SCT Configuration register.
The example code is using GPIO input (SW1/SW3) to control the duty cycle of the PWM output signal.
As long as input is high it will increase the duty cycle (every 20 msec), and when input is low it will decrease the duty cycle.
Output(s) used: OUT1 (PWM1 red LED) and OUT0 (PWM0 blue/green LED)


Special connection requirements
-------------------------------
LPC54114 LPCXpresso board:



Build procedures:
-------------------------------
Visit the LPCOpen Quick start guide at
[http://www.lpcware.com/content/project/lpcopen-platform-nxp-lpc-microcontrollers/lpcopen-v200-quickstart-guides]
to get started building LPCOpen projects.
